Welcome![Sign In][Sign Up]
Location:
Search - lexical java

Search list

[Other resourceJava语言规格说明

Description: 1. 程序结构 2. 词法问题 3. 类型 4. 类 5. 界面 7. 表达式 8. 语句 -1. Program structure 2. Lexical 3. Type 4. Category 5. Interface 7. Expressions 8. Statement
Platform: | Size: 19781 | Author: 韩方民 | Hits:

[Other resourcecifa-java

Description: 编译原理:词法分析器(java 语言编写) 运行程序时 打开1.txt文件-compiler : lexical analyzer (java language) program to run when opening documents 1.txt
Platform: | Size: 7308 | Author: wang | Hits:

[JSP/Javalr0-Parser-in-java

Description: 这个是java语言实现的lr0词法语法分析器,用于实现编译语言的语法部分-This is the java language syntax lr0 lexical analyzer for the realization of the language syntax compiler part
Platform: | Size: 8605 | Author: digg | Hits:

[JSP/Java使用lex分析java源程序

Description: Lex是美国Bell实验室用C语言研制的一个词法分析程序自生成工具。它的基本原理就是使用正则表达式扫描匹配文本,并为每一个匹配模式定义一些操作,当用C语言作宿主语言时,这些操作都由C语言实现。一种匹配的正则表达式可能会包含相关的动作。这一动作可能还包括返回一个标记。当 Lex 接收到文件或文本形式的输入时,它试图将文本与正则表达式进行匹配。它一次读入一个输入字符,直到找到一个匹配的模式。如果能够找到一个匹配的模式,Lex 就执行相关的动作(可能包括返回一个标记)。-Lex Bell Laboratories of the United States with C language developed by a lexical analysis tool generated from the process. Its fundamental principle is to use a regular expression matching text scanning, and for every definition of a matching model for operation, when the C language of the host language, these operators by C language. A match of which is likely to contain expressions related to the moves. This action may also include the return of a marker. When Lex reception of the document or text input, it is trying to text and is a regular expression matching. It read an input into the characters, until they found a matching pattern. If they can find a matching model, Lex on the implementation of the action (which may include a return of markings).
Platform: | Size: 3072 | Author: 万宏兴 | Hits:

[ELanguage算符优先—编译原理

Description: java实现的对算术表达式进行词法分析和语法分析,实现过程很简练,值得参考哦!-achieve the right arithmetic expression for lexical analysis and syntax analysis, implementation process is very concise and valuable reference Oh!
Platform: | Size: 74752 | Author: 陈为 | Hits:

[ELanguage词法分析经典源代码器

Description: 词法分析器 源代码 可以用于学生编译原理课程设计编写 是一个有用的程序-lexical analyzer source code can be compiled for students preparing curriculum design principle is a useful procedure
Platform: | Size: 1024 | Author: 刘飘 | Hits:

[Other resourcecifa-java

Description: 编译原理:词法分析器(java 语言编写) 运行程序时 打开1.txt文件-compiler : lexical analyzer (java language) program to run when opening documents 1.txt
Platform: | Size: 7168 | Author: wang | Hits:

[ELanguageictclas4j

Description: ictclas java实现 很不错的 包含全部所需的文件包 能对句子进行详细的词法分析.-ictclas java achieve very good contain all the necessary documents to the sentence package detailed Lexical analysis.
Platform: | Size: 3646464 | Author: wanglch | Hits:

[ELanguagelr0-Parser-in-java

Description: 这个是java语言实现的lr0词法语法分析器,用于实现编译语言的语法部分-This is the java language syntax lr0 lexical analyzer for the realization of the language syntax compiler part
Platform: | Size: 8192 | Author: digg | Hits:

[Other resourcejava

Description: java词法分析器,不怎么好,可以尝试着侃侃 -java lexical analyzer, not very good, you can try a Kankan
Platform: | Size: 1024 | Author: 李才明 | Hits:

[ELanguagecomplier

Description: cmm词法分析器,简单的实现,可以简单的进行词法分析-cmm lexical analyzer, a simple realization, you can conduct a simple lexical analysis
Platform: | Size: 11264 | Author: | Hits:

[Windows DevelopWordSimilarity

Description: 词汇比较程序。 能够比较两个词汇的相似度程序,基于wordnet。-Vocabulary comparison procedures. Able to compare two lexical similarity procedures, based on wordnet.
Platform: | Size: 983040 | Author: 刘翔 | Hits:

[ELanguageJava-Scanner

Description: 词法分析器(编译原理) Java语言词法分析器的设计与实现-Lexical Analyzer (Compilation Principle) Java language lexical Analyzer Design and Implementation
Platform: | Size: 184320 | Author: 林生 | Hits:

[ELanguageLexical

Description: 用JAVA实现的词法分析器 对学习编译原理作用很大哦-JAVA achieved by lexical analyzer to study the role of compiling principle Oh great
Platform: | Size: 11264 | Author: 赵刚 | Hits:

[JSP/Javalexical

Description: java实现词法分析器,含源代码,词法,20个字-java lexical analyzer
Platform: | Size: 189440 | Author: 天尹 | Hits:

[JSP/JavaJAVA-Lexer

Description: java实现的词法分析器,手工生成,输入源程序后,可分离出标志符,分割符,运算符,保留字-achieve the lexical analyzer, artisanal production, import source, can be broken down into URI, Segmentation website Operators, reservations word
Platform: | Size: 228352 | Author: tangcong | Hits:

[JSP/Javacifa

Description: java词法分析器,编译原理课程实验,功能很完善啊,大家支持-java lexical analyzer, compiler theory course experiment, function is perfect ah, we support
Platform: | Size: 232448 | Author: dj | Hits:

[ELanguage97972458cifa-java

Description: 比较好的词法分析器,可以好好看看的,而且是用java-Good lexical analyzer can be a good look, and it is java
Platform: | Size: 7168 | Author: 小妹 | Hits:

[JSP/JavajAVA

Description: 无符号数的词法分析与逆波兰数的词法分析JAVA代码(The number of unsigned lexical analysis)
Platform: | Size: 1024 | Author: 残阳如血 | Hits:

[JSP/Javajava实现语法分析器及词法分析器

Description: 由java语言实现的编译原理实验的词法分析和语法分析器(The lexical analysis and parser of compiler principle experiment implemented by java language)
Platform: | Size: 3072 | Author: wsj1997713 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 16 »

CodeBus www.codebus.net